OpenNI / OpenNI2

OpenNI2
Apache License 2.0
432 stars 892 forks source link

reserved identifier violation #57

Open elfring opened 10 years ago

elfring commented 10 years ago

I would like to point out that identifiers like "_OPENNI_H_" and "_ONI_C_API_H_" do not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?

eddiecohen commented 10 years ago

Fixed in 69dff6ef5913767e9f4f5c5dbaecc0c5cf6aa113. Thanks!

elfring commented 10 years ago

Thanks for your source code improvement.

This update seems to be incomplete so far.

eddiecohen commented 10 years ago
piedar commented 10 years ago

#pragma once is supported by every major compiler and is in several ways superior to #include guards.