Skip to content

Commit 56125ea

Browse files
committed
fix: Remove duplicate ApplicationHInstance declaration
1 parent 0dc46d9 commit 56125ea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Generals/Code/Tools/DataChunkConverter/DataChunkConverter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
#include <string.h>
5555
#include <stdlib.h>
5656

57-
HINSTANCE ApplicationHInstance = NULL;
5857
HINSTANCE ApplicationHInstance = NULL;
5958
HWND ApplicationHWnd = NULL;
6059
const char *gAppPrefix = "dc_";

GeneralsMD/Code/Tools/DataChunkConverter/DataChunkConverter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
#include <string.h>
5555
#include <stdlib.h>
5656

57-
HINSTANCE ApplicationHInstance = NULL;
5857
HINSTANCE ApplicationHInstance = NULL;
5958
HWND ApplicationHWnd = NULL;
6059
const char *gAppPrefix = "dc_";

0 commit comments

Comments
 (0)