Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
22174de9
Commit
22174de9
authored
Aug 13, 2004
by
Robert Reif
Committed by
Alexandre Julliard
Aug 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use GlobalMemoryStatusEx in GlobalMemoryStatus rather than the other
way around.
parent
ff828161
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
heap.c
dlls/kernel/heap.c
+0
-0
winbase.h
include/winbase.h
+1
-0
No files found.
dlls/kernel/heap.c
View file @
22174de9
This diff is collapsed.
Click to expand it.
include/winbase.h
View file @
22174de9
...
@@ -1489,6 +1489,7 @@ BOOL WINAPI GetVolumePathNamesForVolumeNameA(LPCSTR,LPSTR,DWORD,PDWORD);
...
@@ -1489,6 +1489,7 @@ BOOL WINAPI GetVolumePathNamesForVolumeNameA(LPCSTR,LPSTR,DWORD,PDWORD);
BOOL
WINAPI
GetVolumePathNamesForVolumeNameW
(
LPCWSTR
,
LPWSTR
,
DWORD
,
PDWORD
);
BOOL
WINAPI
GetVolumePathNamesForVolumeNameW
(
LPCWSTR
,
LPWSTR
,
DWORD
,
PDWORD
);
#define GetVolumePathNamesForVolumeName WINELIB_NAME_AW(GetVolumePathNamesForVolumeName)
#define GetVolumePathNamesForVolumeName WINELIB_NAME_AW(GetVolumePathNamesForVolumeName)
VOID
WINAPI
GlobalMemoryStatus
(
LPMEMORYSTATUS
);
VOID
WINAPI
GlobalMemoryStatus
(
LPMEMORYSTATUS
);
BOOL
WINAPI
GlobalMemoryStatusEx
(
LPMEMORYSTATUSEX
);
LPVOID
WINAPI
HeapAlloc
(
HANDLE
,
DWORD
,
SIZE_T
);
LPVOID
WINAPI
HeapAlloc
(
HANDLE
,
DWORD
,
SIZE_T
);
SIZE_T
WINAPI
HeapCompact
(
HANDLE
,
DWORD
);
SIZE_T
WINAPI
HeapCompact
(
HANDLE
,
DWORD
);
HANDLE
WINAPI
HeapCreate
(
DWORD
,
SIZE_T
,
SIZE_T
);
HANDLE
WINAPI
HeapCreate
(
DWORD
,
SIZE_T
,
SIZE_T
);
...
...
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