Changeset 21927 for trunk/src/initdll/initdll.cpp
- Timestamp:
- Dec 23, 2011, 7:16:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/initdll/initdll.cpp
r21916 r21927 15 15 static ULONG moduleHandle = NULLHANDLE; 16 16 17 static void cleanup(ULONG ulReason)17 static APIENTRY void cleanup(ULONG ulReason) 18 18 { 19 19 cleanupDone = true;
Note:
See TracChangeset
for help on using the changeset viewer.