mirror of
https://gitlab.com/niansa/policytoolgui-oss.git
synced 2025-03-06 20:53:31 +01:00
Changed all file names
This commit is contained in:
parent
15ef414583
commit
e2f00fb065
4 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
#ifndef _WinPrivGUI_WinPrivGUI_h
|
||||
#define _WinPrivGUI_WinPrivGUI_h
|
||||
#ifndef _PolicyToolGUI_PolicyToolGUI_h
|
||||
#define _PolicyToolGUI_PolicyToolGUI_h
|
||||
|
||||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
#define LAYOUTFILE <WinPrivGUI/WinPrivGUI.lay>
|
||||
#define LAYOUTFILE <PolicyToolGUI/PolicyToolGUI.lay>
|
||||
#include <CtrlCore/lay.h>
|
||||
|
||||
class MainWindow : public WithMainWindowLayout<TopWindow> {
|
|
@ -2,9 +2,9 @@ uses
|
|||
CtrlLib;
|
||||
|
||||
file
|
||||
WinPrivGUI.h,
|
||||
PolicyToolGUI.h,
|
||||
main.cpp,
|
||||
WinPrivGUI.lay;
|
||||
PolicyToolGUI.lay;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
2
main.cpp
2
main.cpp
|
@ -1,4 +1,4 @@
|
|||
#include "WinPrivGUI.h"
|
||||
#include "PolicyToolGUI.h"
|
||||
#include "incbin.h"
|
||||
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Reference in a new issue