Changeset 1710 for trunk/src/psapi
- Timestamp:
- Nov 12, 1999, 12:38:45 PM (26 years ago)
- Location:
- trunk/src/psapi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/psapi/makefile
r1585 r1710 1 # $Id: makefile,v 1. 2 1999-11-03 23:28:06sandervl Exp $1 # $Id: makefile,v 1.3 1999-11-12 11:38:44 sandervl Exp $ 2 2 3 3 # … … 42 42 43 43 clean: 44 $(RM) *.obj *.lib *.dll * ~ *.map *.pch44 $(RM) *.obj *.lib *.dll *.map *.pch 45 45 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 46 46 $(RM) $(PDWIN32_LIB)\$(TARGET).lib -
trunk/src/psapi/psapi.cpp
r1012 r1710 1 /* $Id: psapi.cpp,v 1. 2 1999-09-23 09:38:06sandervl Exp $ */1 /* $Id: psapi.cpp,v 1.3 1999-11-12 11:38:44 sandervl Exp $ */ 2 2 /* 3 3 * PSAPI library … … 8 8 9 9 #include <os2win.h> 10 #include <odinwrap.h> 10 11 #include <winerror.h> 11 12 #include <psapi.h> 12 #include <debugstr.h>13 #include "debugtools.h"14 #include <debugdefs.h>15 16 17 DEFAULT_DEBUG_CHANNEL(psapi)18 19 13 #include <string.h> 14 15 ODINDEBUGCHANNEL(psapi) 20 16 21 17 /***********************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.