Missed a once in pragma once.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
#pragma
|
#pragma once
|
||||||
|
|
||||||
#define offsetof(st, m) ((size_t)(&((st *)0)->m))
|
#define offsetof(st, m) ((size_t)(&((st *)0)->m))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user