Skip to content

Commit

Permalink
random changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Feb 6, 2022
1 parent 3868863 commit 7753ec5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MicaForEveryone/MicaForEveryone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ATOM MyRegisterClass(HINSTANCE hInstance)
wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);
wcex.lpszMenuName = MAKEINTRESOURCEW(IDC_MICAFOREVERYONE);
wcex.lpszClassName = szWindowClass;
wcex.hIconSm = LoadIcon(wcex.hInstance, MAKEINTRESOURCE(IDI_SMALL));
wcex.hIconSm = LoadIcon(wcex.hInstance, MAKEINTRESOURCE(IDI_MICAFOREVERYONE));

return RegisterClassExW(&wcex);
}
Expand Down
Binary file modified MicaForEveryone/MicaForEveryone.ico
Binary file not shown.
Binary file modified MicaForEveryone/MicaForEveryone.rc
Binary file not shown.
3 changes: 2 additions & 1 deletion MicaForEveryone/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define IDI_SMALL 108
#define IDC_MICAFOREVERYONE 109
#define IDR_MAINFRAME 128
#define IDC_SYSLINK1 1001
#define ID_MENU_EXIT 32771
#define IDM_DEFAULT 32794
#define IDM_LIGHT 32795
Expand Down Expand Up @@ -40,7 +41,7 @@
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32814
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_CONTROL_VALUE 1002
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif

0 comments on commit 7753ec5

Please sign in to comment.