소스 검색

Update stb_howto.txt

nothings 11 년 전
부모
커밋
9b6c354fe6
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      docs/stb_howto.txt

+ 3 - 2
docs/stb_howto.txt

@@ -16,8 +16,9 @@ libraries.)
 
 
 Include a "header-file" section with header-file
 Include a "header-file" section with header-file
 guards and declarations for all the functions,
 guards and declarations for all the functions,
-but don't guard the implementation. That way,
-if client's header file X includes your header file for
+but only guard the implementation with LIBRARYNAME_IMPLEMENTATION,
+not the header-file guard. That way, if client's
+header file X includes your header file for
 declarations, they can still include header file X
 declarations, they can still include header file X
 in the source file that creates the implementation;
 in the source file that creates the implementation;
 if you guard the implementation too, then the first
 if you guard the implementation too, then the first