]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/_buildvars.h
Code cleanup
[kiibohd-controller.git] / Bootloader / _buildvars.h
index 08d1a7e0ab395f7aeb9db18bbfc16999b3d2abc9..1d9267ad964d36515fbaa44303cf9f52880915c7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2014 by Jacob Alexander
+/* Copyright (C) 2013-2015 by Jacob Alexander
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -19,8 +19,7 @@
  * THE SOFTWARE.
  */
 
-#ifndef __buildvars_h
-#define __buildvars_h
+#pragma once
 
 // ----- Includes -----
 
 // ----- Defines -----
 
 // You can change these to give your code its own name.
-#define STR_MANUFACTURER       u"Kiibohd"
-#define STR_PRODUCT            u"Kiibohd DFU Bootloader"
+#define STR_MANUFACTURER        u"Kiibohd"
+#define STR_PRODUCT             u"Kiibohd DFU Bootloader"
 #define STR_SERIAL              u"@CHIP@"
-#define STR_ALTNAME              u"@BOOT_DFU_ALTNAME@"
+#define STR_ALTNAME             u"@BOOT_DFU_ALTNAME@"
 
 
 // Mac OS-X and Linux automatically load the correct drivers.  On
 // Windows, even though the driver is supplied by Microsoft, an
 // INF file is needed to load the driver.  These numbers need to
 // match the INF file.
-#define VENDOR_ID              @BOOT_VENDOR_ID@
-#define PRODUCT_ID             @BOOT_PRODUCT_ID@
-
-#endif
+#define VENDOR_ID         @BOOT_VENDOR_ID@
+#define PRODUCT_ID        @BOOT_PRODUCT_ID@