Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9dc50e12
Commit
9dc50e12
authored
May 11, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
May 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some more obsolete 32 suffixes.
parent
9c1ac515
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
imagehlp.h
include/imagehlp.h
+3
-3
winbase.h
include/winbase.h
+1
-1
No files found.
include/imagehlp.h
View file @
9dc50e12
...
...
@@ -90,7 +90,7 @@ typedef enum _ADRESS_MODE {
#define SYMF_OMAP_GENERATED 0x00000001
#define SYMF_OMAP_MODIFIED 0x00000002
typedef
enum
_SYM_TYPE
{
typedef
enum
{
SymNone
,
SymCoff
,
SymCv
,
...
...
@@ -98,7 +98,7 @@ typedef enum _SYM_TYPE {
SymExport
,
SymDeferred
,
SymSym
/* .sym file */
}
SYM_TYPE
32
;
}
SYM_TYPE
;
#define UNDNAME_COMPLETE 0x0000
#define UNDNAME_NO_LEADING_UNDERSCORES 0x0001
...
...
@@ -245,7 +245,7 @@ typedef struct _IMAGEHLP_MODULE {
DWORD
TimeDateStamp
;
DWORD
CheckSum
;
DWORD
NumSyms
;
SYM_TYPE
32
SymType
;
SYM_TYPE
SymType
;
CHAR
ModuleName
[
32
];
CHAR
ImageName
[
256
];
CHAR
LoadedImageName
[
256
];
...
...
include/winbase.h
View file @
9dc50e12
...
...
@@ -1828,7 +1828,7 @@ BOOL WINAPI WriteProcessMemory(HANDLE, LPVOID, LPVOID, DWORD, LPDWORD);
BOOL
WINAPI
WriteProfileStringA
(
LPCSTR
,
LPCSTR
,
LPCSTR
);
BOOL
WINAPI
WriteProfileStringW
(
LPCWSTR
,
LPCWSTR
,
LPCWSTR
);
#define WriteProfileString WINELIB_NAME_AW(WriteProfileString)
#define Yield
32
()
#define Yield()
LPSTR
WINAPI
lstrcatA
(
LPSTR
,
LPCSTR
);
LPWSTR
WINAPI
lstrcatW
(
LPWSTR
,
LPCWSTR
);
#define lstrcat WINELIB_NAME_AW(lstrcat)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment