X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2F_buildvars.h;h=1d9267ad964d36515fbaa44303cf9f52880915c7;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=d6c2a6bf09a73f406e65c6c1ea4e6bf42e26e13c;hpb=aeaaaaa468e95e732f12725f87f9a4fce70b5de0;p=kiibohd-controller.git diff --git a/Bootloader/_buildvars.h b/Bootloader/_buildvars.h index d6c2a6b..1d9267a 100644 --- a/Bootloader/_buildvars.h +++ b/Bootloader/_buildvars.h @@ -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 ----- @@ -32,7 +31,7 @@ #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 @@ -42,5 +41,3 @@ #define VENDOR_ID @BOOT_VENDOR_ID@ #define PRODUCT_ID @BOOT_PRODUCT_ID@ -#endif -