Changeset 907 for trunk/databar.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/databar.c
r551 r907 16 16 ***********************************************************************/ 17 17 18 #include <string.h> 19 18 20 #define INCL_DOS 19 21 #define INCL_WIN 20 # include <os2.h>22 #define INCL_LONGLONG 21 23 22 #include <stdarg.h>23 #include <stdio.h>24 #include <stdlib.h>25 #include <string.h>26 #include <ctype.h>27 28 #include "dll\fm3dll.h"29 24 #include "dll\datamin.h" 30 25 #include "dll\fm3dlg.h" 26 #include "dll\fm3dll.h" 31 27 32 #ifdef NEVER 28 #ifdef NEVER // 05 Jan 08 SHL fixme to be gone? 33 29 34 30 VOID APIENTRY deinit(ULONG why) 35 31 { 36 37 32 if (fmprof) 38 33 PrfCloseProfile(fmprof); … … 48 43 int main(int argc, char *argv[]) 49 44 { 50 51 45 HAB hab; 52 46 HMQ hmq;
Note:
See TracChangeset
for help on using the changeset viewer.