mirror of
https://github.com/wiiu-env/libgui.git
synced 2025-02-05 11:16:24 +01:00
Use pragma once in FreeTypeGX instead of ifdef
This commit is contained in:
parent
e68bf558fd
commit
9494f515eb
@ -20,9 +20,7 @@
|
||||
* along with FreeTypeGX. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef FREETYPEGX_H_
|
||||
#define FREETYPEGX_H_
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <ft2build.h>
|
||||
@ -163,5 +161,3 @@ public:
|
||||
|
||||
static char *wideCharToUTF8(const wchar_t *strChar);
|
||||
};
|
||||
|
||||
#endif /* FREETYPEGX_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user