From 12ee307f8510f6bfe89ed2fa82582af8e0508c6a Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Fri, 21 Nov 2025 22:34:49 -0600 Subject: [PATCH] rename main.c to xp_activate.cc, add empty xp_activate32.h header file --- XPConfirmationIDKeygen.vcxproj | 3 ++- XPConfirmationIDKeygen.vcxproj.filters | 5 ++++- main.c => xp_activate32.cc | 0 xp_activate32.h | 4 ++++ 4 files changed, 10 insertions(+), 2 deletions(-) rename main.c => xp_activate32.cc (100%) create mode 100644 xp_activate32.h diff --git a/XPConfirmationIDKeygen.vcxproj b/XPConfirmationIDKeygen.vcxproj index 58585e3..7626062 100644 --- a/XPConfirmationIDKeygen.vcxproj +++ b/XPConfirmationIDKeygen.vcxproj @@ -136,10 +136,11 @@ - + + diff --git a/XPConfirmationIDKeygen.vcxproj.filters b/XPConfirmationIDKeygen.vcxproj.filters index 7378200..6792f16 100644 --- a/XPConfirmationIDKeygen.vcxproj.filters +++ b/XPConfirmationIDKeygen.vcxproj.filters @@ -20,7 +20,7 @@ - + Source Files @@ -28,6 +28,9 @@ Header Files + + Header Files + diff --git a/main.c b/xp_activate32.cc similarity index 100% rename from main.c rename to xp_activate32.cc diff --git a/xp_activate32.h b/xp_activate32.h new file mode 100644 index 0000000..7e835be --- /dev/null +++ b/xp_activate32.h @@ -0,0 +1,4 @@ +#ifndef XP_ACTIVATE32_H_ +#define XP_ACTIVATE32_H_ + +#endif // XP_ACTIVATE32_H_