accidentally left epm_tried in test mode

svn: r3511
This commit is contained in:
Matthew Flatt 2006-06-27 22:29:37 +00:00
parent d448f27c23
commit fd00f718cf
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
START_XFORM_SKIP;
#endif
int epm_tried = 1;
int epm_tried = 0;
typedef BOOL (*EnumProcessModules_t)(HANDLE hProcess, HMODULE* lphModule,
DWORD cb, LPDWORD lpcbNeeded);
EnumProcessModules_t _EnumProcessModules;

View File

@ -96,7 +96,7 @@ exec mzpp -s "---begin" -o `echo "$0" | sed 's/ssc$/c/'` "$0"
START_XFORM_SKIP;
#endif
int epm_tried = 1;
int epm_tried = 0;
typedef BOOL (*EnumProcessModules_t)(HANDLE hProcess, HMODULE* lphModule,
DWORD cb, LPDWORD lpcbNeeded);
EnumProcessModules_t _EnumProcessModules;