This commit is contained in:
@@ -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.
Reference in New Issue
Block a user