Changeset 697 for trunk/dll/worker.c
- Timestamp:
- Jun 17, 2007, 3:59:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r689 r697 19 19 03 Nov 06 SHL Count thread usage 20 20 21 Apr 07 GKY Find FM2Utils by path or utils directory 21 16 Jun 07 SHL Update for OpenWatcom 21 22 22 23 ***********************************************************************/ … … 25 26 #define INCL_WIN 26 27 #define INCL_DOSERRORS 28 #define INCL_WPCLASS // WinQueryObjectPath 27 29 #include <os2.h> 28 30 … … 48 50 #pragma alloc_text(ACTION,Action) 49 51 #pragma alloc_text(UNDO,FreeUndo,Undo) 50 51 BOOL APIENTRY WinQueryObjectPath(HOBJECT hobject,52 PSZ pszPathName, ULONG ulSize);53 52 54 53 #ifdef UNDO
Note: See TracChangeset
for help on using the changeset viewer.