Skip to content

Commit

Permalink
Windows: Correct RC File
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Dec 17, 2024
1 parent a7b9a8f commit ac6a4f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 77 deletions.
62 changes: 1 addition & 61 deletions deploy/windows/QGroundControl.rc
Original file line number Diff line number Diff line change
@@ -1,61 +1 @@
// Microsoft Visual C++ generated resource script.
//
#pragma code_page(65001)

#include "resource.h"
#include "winnt.h"
/////////////////////////////////////////////////////////////////////////////
// Neutral (Default) (unknown sub-lang: 0x8) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ZZZ)
LANGUAGE LANG_NEUTRAL, 0x8

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"\0"
END

3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

#endif // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "./WindowsQGC.ico"

#endif // Neutral (Default) (unknown sub-lang: 0x8) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

IDI_ICON1 ICON DISCARDABLE "./WindowsQGC.ico"
16 changes: 0 additions & 16 deletions deploy/windows/resource.h

This file was deleted.

0 comments on commit ac6a4f7

Please sign in to comment.