Update pb.h

This commit is contained in:
tuxphone 2020-09-23 12:08:35 +02:00 committed by GitHub
parent 52b9369c5d
commit e902a718ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

3
pb.h
View File

@ -68,6 +68,7 @@
* a custom header that defines or includes all this. In that case, * a custom header that defines or includes all this. In that case,
* define PB_SYSTEM_HEADER to the path of this file. * define PB_SYSTEM_HEADER to the path of this file.
*/ */
/*
#ifdef PB_SYSTEM_HEADER #ifdef PB_SYSTEM_HEADER
#include PB_SYSTEM_HEADER #include PB_SYSTEM_HEADER
#else #else
@ -81,7 +82,7 @@
#include <stdlib.h> #include <stdlib.h>
#endif #endif
#endif #endif
*/
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif