huynguyen-and-friend-projects / smoldb

Simple database in C(++)
1 stars 3 forks source link

Quick fix: static to extern for smoldb-internal #23

Closed nguyenhuy0905 closed 2 months ago

nguyenhuy0905 commented 3 months ago

Change static to extern for macro SMOL_INTERNAL

Read title

Without this, header files cannot mark a method as SMOL_INTERNAL without defining the method also, which is not what we want for a header file.


Pull request by: Huy Nguyen

nguyenhuy0905 commented 3 months ago

Quick note; the GitHub Actions from this all the way to #27 will fail, only due to Microsoft (or more specifically, MSVC).