This commit is contained in:
2011-02-20 19:50:44 +00:00
parent 66c723f23f
commit c77eafe8cb
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
#include <windows.h> #include <windows.h>
#include <tchar.h>
#include <iostream> #include <iostream>
using namespace std; using namespace std;
@@ -8,7 +7,6 @@ BOOL CALLBACK EnumProc(HWND hWnd, LPARAM lParam);
int main() { int main() {
EnumWindows(EnumProc, 0); EnumWindows(EnumProc, 0);
int a;
return 0; return 0;
} }

Binary file not shown.