cxx: Use pragma once consistently for non-api headers
This commit is contained in:
parent
fc90b60663
commit
b232cb2bee
3 changed files with 3 additions and 11 deletions
|
|
@ -18,9 +18,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef VK_SDK_PLATFORM_H
|
||||
#define VK_SDK_PLATFORM_H
|
||||
#pragma once
|
||||
|
||||
#if defined(_WIN32)
|
||||
#ifndef NOMINMAX
|
||||
|
|
@ -67,5 +65,3 @@
|
|||
#define NOEXCEPT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // VK_SDK_PLATFORM_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue