diff --git a/Source/Glide64/DepthBufferRender.cpp b/Source/Glide64/DepthBufferRender.cpp index dd68a5235..3c1c0410d 100644 --- a/Source/Glide64/DepthBufferRender.cpp +++ b/Source/Glide64/DepthBufferRender.cpp @@ -85,8 +85,8 @@ static int right_height, left_height; static int right_x, right_dxdy, left_x, left_dxdy; static int left_z, left_dzdy; -extern "C" int imul16(int x, int y); -extern "C" int imul14(int x, int y); +extern int imul16(int x, int y); +extern int imul14(int x, int y); extern int idiv16(int x, int y); __inline int iceil(int x)